Command Builder Demo: BDP
=========================

General
=======
	This project demonstrates the use of the BdpCommand BUilder component. The project requires that you have installed Interbase 7.5 to its default location along with the sample employee.gdb database.

How To Use
==========

1) Run the Program
2) Enter a valid Select command into the text area in the upper right corner of the application
	(For example: Select * from employee)
3) Choose an Update Mode
	(This will determine the type of sql that is generated for the Update and Delete commands)
4) Click the "Generate Commands" button
5) Use the Command Type radio buttons to view the different commands that were generated for the specified table.

